Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Python
1) 2D Graphics
2) Application
3) Buildin Function
4) Class
5) Data Structure
6) Data Type
7) Database
8) Development
9) Dictionary
10) Event
11) Exception
12) File
13) Function
14) GUI Pmw
15) GUI Tk
16) Language Basics
17) List
18) Math
19) Network
20) String
21) System
22) Thread
23) Tuple
24) Utility
25) XML
Function
1) A function definition
2) A function that writes the Fibonacci series to an arbitrary boundary
3) A Simple function definition
4) Any number of parameter
5) Apply function
6) Apply function to variable
7) Arbitrary Argument Lists
8) Assign value returned from function to a variable
9) Check if a default parameter value being used
10) Collecting Parameters
11) Default Argument Values
12) Default parameter of a function is global
13) Default parameter values
14) Define a function in Python
15) Define and call a function inside another function
16) Define function
17) Define function in Lambda Forms
18) Define lambda function inside another function
19) Define simple function in Python
20) Demonstrates parameters and return values
21) Difference between a normal function and a lambda function
22) Factorial function
23) Four different ways to pass parameters
24) Function call
25) Function parameters
26) Function recursive Demo
27) Function returns another function
28) Functional Programming Tools
29) Give the parameters in the function default values
30) Illustrate parameter passing
31) Inner function definition
32) Keyword arguments
33) Keyword Arguments Demo
34) Keyword arguments example
35) Keyword Parameters and Defaults
36) Lambda function definition with default value
37) Make default not global
38) Nested function
39) Parameter passing
40) Pass function as parameter 2
41) Pass immutable and mutable value into function
42) Pass string value into a function
43) Passing value or passing address
44) Power function
45) Python functions are typeless
46) Re design the intersect and union using tuple parameter passing
47) Recursive definition of function factorial
48) Recursive fibonacci function
49) Return a function and call it
50) Return a lambda function
51) Return more than one parameters
52) Return three value
53) Returning Multiple Values from Functions
54) Save function result into a variable
55) Turn parameters into a dictionary
56) Unpacking Argument Lists
57) Use lambda to define inner function
58) Use lambda to define simple function
59) Using default arguments